home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
redakcyjne
/
programy
/
FEBE (Firefox Environment Backup Extension) 5.0
/
febe-5.0-fx.xpi
/
chrome
/
febe.jar
/
skin
/
febe.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2007-06-11
|
2KB
|
87 lines
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.resultsTemplate{
display: none;
}
#febeTLBRbutton[status="normal"]{
list-style-image: url(chrome://febe/skin/febe24x24.png);
}
#febeTLBRbutton:hover[status="normal"]{
list-style-image: url(chrome://febe/skin/febe24x24-hover.png);
}
#febeTLBRbutton[status="disabled"]{
list-style-image: url(chrome://febe/skin/febe24x24disabled.png);
}
toolbar[iconsize="small"] #febeTLBRbutton {
list-style-image: url(chrome://febe/skin/febe16x16.png);
}
toolbar[iconsize="small"] #febeTLBRbutton:hover {
list-style-image: url(chrome://febe/skin/febe16x16-hover.png);
}
.helpButton{
-moz-appearance: none !important;
background-image: url(chrome://febe/skin/help.png);
background-repeat : no-repeat;
width: 16px !important;
height: 16px !important;
margin: 0 0 0 0 !important;
padding: 0 0 0 0 !important;
border: 0 !important;
display: block !important;
}
.helpButton:hover{
-moz-appearance: none !important;
width: 16px !important;
height: 16px !important;
margin: 0 0 0 0 !important;
padding: 0 0 0 0 !important;
border: 0 !important;
background-image: url(chrome://febe/skin/helpOver.png);
background-repeat : no-repeat;
display: block !important;
}
.helpButton:active{
-moz-appearance: none !important;
width: 16px !important;
height: 16px !important;
margin: 0 0 0 0 !important;
padding: 0 0 0 0 !important;
border: 0 !important;
background-image: url(chrome://febe/skin/helpDown.png);
background-repeat : no-repeat;
display: block!important;
}
.none{
display: none !important;
}
#febestatusbar[status="normal"] #febestatusicon {
list-style-image: url(chrome://febe/skin/febeYesBU.png);
}
#febestatusbar[status="warning"] #febestatusicon {
list-style-image: url(chrome://febe/skin/febeWarning.gif);
}
#febestatusbar[status="nobackup"] #febestatusicon {
list-style-image: url(chrome://febe/skin/febeNoBU.png);
}
.link {
color: #3366FF;
text-decoration: none;
cursor: pointer;
}
.link:hover {
text-decoration: underline ;
}